home *** CD-ROM | disk | FTP | other *** search
- SCRIPT
- NOABORT
-
- ; ---------------------------------------------------------------
- ;
- ; FILE NAME: LOGSTAT.SCR
- ; DATE 20 August 1992
- ; VERSION: 1.00
- ; BY: R. Sanchez, C&R Systems
- ; PURPOSE: Sample LOGSTAT.SCR which may be used
- ; instead of the standard LOGSTAT.HLP
- ; provided with BBS Express! ST.
- ;
- ; ---------------------------------------------------------------
- ; ----------- COPYRIGHT 1992, R. SANCHEZ, C&R SYSTEMS -----------
- ; ---------------------------------------------------------------
- ;
- ; 1. HELP files are designed to show a user a text screen. By
- ; default they have the .HLP file extender. They are limited in
- ; what they can accomplish. They are a quick and easy method of
- ; showing users JUST a text file.
- ;
- ; 2. They only allow the showing of text and the &nn variables.
- ; Express only takes the .HLP file and shows it to the user
- ; substituting the &xx variables.
- ;
- ; 3. HELP files can further be modified to give special
- ; instuctions to the BBS through Keywords on the first line of
- ; the file. These Keywords MUST be on the first line. The
- ; valid Keywords are: MENU, SCRIPT, NOABORT, RETURN, and
- ; SURVEY. In the absence of a Keyword, Express shows the entire
- ; file to the user with the substitution of the &nn variables.
- ;
- ; A. Note that normally, when the first line contains the
- ; Keyword SCRIPT, then the entire file must be treated as a
- ; Script file and the appropriate Script Commands may be used.
- ;
- ; B. In this case, the file extender is normally .SCR and
- ; if the file is compiled, then it would be .COM.
- ;
- ; C. MENU, SURVEY and RETURN on the first line are a
- ; different type of file, they have their own purpose which is
- ; explained in the manual.
- ;
- ; D. NOABORT on the first line prevents the user from
- ; escaping from the text being shown by use of the "Control X" or
- ; "Control C" keys.
- ;
- ; 4. Express looks for default files in the MENUS path in a
- ; specific order. In the case of the LOGSTAT.xxx file, Express
- ; will search for the files in the following order:
- ;
- ; LOGSTAT.HLP
- ; LOGSTAT.SCR
- ; LOGSTAT.COM
- ;
- ; 5. NOTE that once ONE of the files is found, it is executed.
- ; The other files will be ignored. Insure that only the file
- ; you want executed is located in your MENUS path.
- ;
- ; ---------------------------------------------------------------
-
-
- PRINTE
- PRINTE ' Online: &01.'
- PRINTE ' Alias: &02.'
- PRINTE ' From: &05, &06.'
- PRINTE
- PRINTE ' Your Last Call Was On &12.'
- PRINTE
- PRINTE ' Time Limit This Call: &13 Mins.'
- PRINTE
-
-